object frmAbout: TfrmAbout Left = 963 Top = 202 BorderIcons = [] BorderStyle = bsNone Caption = 'About ...' ClientHeight = 163 ClientWidth = 275 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object pnlAboutClient: TPanel Left = 0 Top = 0 Width = 275 Height = 163 Align = alClient BevelInner = bvLowered TabOrder = 0 object lblAbout: TLabel Left = 25 Top = 6 Width = 224 Height = 20 Caption = 'Driver Missions configurator' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblYear: TLabel Left = 9 Top = 30 Width = 256 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Version 3.06' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblEmail: TLabel Left = 78 Top = 112 Width = 119 Height = 13 Cursor = crHandPoint Alignment = taCenter Caption = 'karlr30@hotmail.com' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblInfo: TLabel Left = 8 Top = 69 Width = 265 Height = 13 Alignment = taCenter AutoSize = False Caption = 'For more info or suggestions :' end object lblPageWeb: TLabel Left = 14 Top = 89 Width = 247 Height = 20 Cursor = crHandPoint Alignment = taCenter Caption = 'http://pages.infinit.net/accessk' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False OnClick = lblPageWebClick end object lblAuthor: TLabel Left = 8 Top = 51 Width = 265 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Written by Karl Roussel' end object btnOK: TButton Left = 110 Top = 133 Width = 54 Height = 20 Caption = 'OK' ModalResult = 1 TabOrder = 0 end end end